home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 134 (1991-10)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 134 (1991-10)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / RxSlides / README.DOC < prev    next >
Text File  |  1990-03-08  |  1KB  |  29 lines

  1. Congratulations!  You have a nifty new (well, when I wrote this it was new!)
  2. piece of software here!  If you have ARexx you will be able to make all sorts
  3. of slideshow or other graphics display programs with it.
  4.  
  5. If you don't have ARexx, either get it or throw out this directory -- there's
  6. nothing here you can use.
  7.  
  8. There are three programs here:
  9.  
  10. RxSlides is a background program to pop up pictures on command.  Without
  11. a command from ARexx, it will just sit in your Amiga's memory taking up
  12. space and not doing anything else -- that is, if you have ARexx.  If you
  13. don't have ARexx, it will just exit as soon as it discovers that it can't
  14. open the Rexx system library.  If you are running ARexx and Wshell, you can
  15. get rid of RxSlides by doing (with the quotes!) "address slides exit".
  16.  
  17. autosli.rexx is a Rexx program to show pictures.  If you have ARexx, make
  18. a disk with some IFF picture files (320 x 200 size) named whatever.pic in
  19. the root directory; copy autosli.rexx and RxSlides to ram: ; 
  20. startup Rexx; cd ram: ; and run autosli.  Then write your own Rexx front
  21. end to RxSlides!
  22.  
  23. saysts.rexx is a Rexx program to translate RxSlides error codes to messages.
  24. To keep the size of RxSlides to a minimum, I didn't put any "printf"
  25. statements in it, and just returned error codes to Rexx.  Either copy the
  26. "saysts: procedure" stuff out of autosli.rexx to use in your Rexx slide
  27. programs, or if your programs return an error code, do "saysts <error #>"
  28. to find out what it means.
  29.